What Are Enterprise JavaBeans
Enterprise JavaBeans are JavaBeans
Easy to program and manipulate with tools
Binary compatible (Java bytecode)
Enterprise JavaBeans extend JavaBeans with declaratively specified features
Security, transaction context, state management
Protocol-independent distribution
"Service proxy beans" on client can talk to "service beans" on server using IIOP or other Remote
Object Protocols

Return to Tracks